**Lundy Electronics Coleco USB Mouse and Joystick Update Instructions**
=======================================================================

v1.04 Update Release

Loading code

1 - Download and run the Windows Xloader program and configure it for "Device" type "Uno(ATmega328)" and a
"Baud rate" of "115200". NOTE: You may have to install the Arduino IDE if drivers are not found.

XLoader link - https://github.com/binaryupdates/xLoader
Arduino IDE (if needed for drivers) - https://www.arduino.cc/en/software

2 - Select "[...]" and load the "LE USB MOUSE-JOY - v1.04.hex" code

3 - Connect the device to the Windows computer USB port and select the correct "COM port" in
the dropdown

4 - Press the “Upload” button to load code

==========================================================

What's new in v1.01

- Initial Lundy Electronics product mouse only release
- Moved LED output pin to A1
- More debounce delay after pressing precision button was needed

What's new in v1.02:

- Added joystick support

What's new in v1.03:

- Fixed Button A detection for when using an AMIGA Mini A500 joypad

What's new in v1.04:

- Removed reset of ARM and FIRE from joystick repeat parser and moved it to joystick events with a new flag for specific joysticks that require it. Games like Spectron (autofire hack) were having issues the old way.
- Code cleanup                                                           